crypto/tls.echServerContext.configID (field)

3 uses

	crypto/tls (current package)
		ech.go#L633: 			configID:    configID,
		handshake_server_tls13.go#L34: 	configID    uint8
		handshake_server_tls13.go#L622: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {